菜单

ABlog

Github
文章漫游 切换到深色模式 切换到浅色模式

示例 #

tr.querySelectorAll("> td"); // 报错
tr.querySelectorAll(":scope > td"); // 成功

用法 #

选择 自身,相当于 less 中的 &